home *** CD-ROM | disk | FTP | other *** search
/ Skunkware 5 / Skunkware 5.iso / src / X11 / wais / x / tcommands.h < prev    next >
C/C++ Source or Header  |  1995-05-09  |  891b  |  28 lines

  1. /* WIDE AREA INFORMATION SERVER SOFTWARE:
  2.    No guarantees or restrictions.  See the readme file for the full standard
  3.    disclaimer.
  4.  
  5.    This is part of the shell user-interface for the WAIS software.  Do with it
  6.    as you please.
  7.  
  8.    jonathan@Think.COM
  9.  *
  10.  * $Log:    tcommands.h,v $
  11.  * Revision 1.3  92/03/17  14:17:33  jonathan
  12.  * Prototyped everything!
  13.  * 
  14.  */
  15.  
  16. #ifndef _H_TCOMMANDS
  17. #define _H_TCOMMANDS
  18.  
  19. int get_selected_question _AP((void));
  20. void EditQuestion _AP((Widget w,XtPointer closure, XtPointer call_data));
  21. void AddQuestion _AP((Widget w,XtPointer closure, XtPointer call_data));
  22. void DeleteQuestion _AP((Widget w,XtPointer closure, XtPointer call_data));
  23. void DeleteSource _AP((Widget w,XtPointer closure, XtPointer call_data));
  24. void EndHelp _AP((Widget w,XtPointer closure, XtPointer call_data));
  25. void XwaisHelp _AP((Widget w,XtPointer closure, XtPointer call_data));
  26.  
  27. #endif
  28.